home *** CD-ROM | disk | FTP | other *** search
INI File | 1998-11-24 | 2.7 KB | 110 lines |
- ;; Copyright (c) 1997, Qualcomm, Inc.
- ;; All Rights Reserved.
-
- ;; Another month view
-
- ;; NOTE: This is the month view put on the back of the Tri-fold
-
- [id]
- type=style month
- name=Month View (with events)
- view=month
- orientation = landscape
-
- ; *************************************************************************
- [thumbnail]
- font=1:1
- text={0 1000 0 1:8} (@currentmonth " " @currentyear)
- box={0 1000 1:8 1000}
- grid={0 1000 1:8 1000} 7 #weeksinmonth
-
- ; *************************************************************************
- [start]
- return=@height
- font=1:1
- layer1={0 1000 990 1000} copyright "common.ini"
- layer2={0 1000 0 990} ? @header teststartit testfooterstartit
-
- [testfooterstartit]
- layer=? @footer footerstartit noheaderstartit
-
- [footerstartit]
- text={0 1000 19:20 20:20} #footercolor @footer
- layer={0 1000 0 19:20} noheaderstartit
-
- [teststartit]
- layer=? @footer headerfooterstartit headerstartit
-
- [headerfooterstartit]
- text1={0 1000 0 1:20} #headercolor @header
- text2={0 1000 19:20 20:20} #footercolor @footer
- layer={0 1000 1:20 19:20} noheaderstartit
-
- [headerstartit]
- text={0 1000 0 1:20} #headercolor @header
- layer={0 1000 1:20 20:20} noheaderstartit
-
- [noheaderstartit]
- box=2
- font=3:4
- text ={0 1:1 0 1:20} (@currentmonth " " @currentyear)
- layer1={0 1:1 2:40 3:40} daysofweek
- layer2={0 1:1 3:40 1:1} daysinmonths
-
- [daysofweek]
- grid=7 1 weekdayname @setweekview
- frame=2
-
- [weekdayname]
- box=
- text=@weekday
-
- ; -------------------------------------------------------------------------
- [daysinmonths]
- grid1 = 7 #weeksinmonth day
- set=cmonthint @currentmonthint
- message1=("Banners")
- grid2 = 1 #weeksinmonth banners nextweek @setweekview
- message2=("Stickies")
- grid3= 7 #weeksinmonth 0 checksticky
-
- [checksticky]
- layer= =(@month@year) (@currentmonth@currentyear) showsticky ? @showseethrough showsticky
-
- [showsticky]
- layer=stickies "common.ini"
-
- ; -------------------------------------------------------------------------
- [banners]
- layer={0 1000 10 990} banners2
-
- [banners2]
- banner=6 #cmonthint ?@showseethrough 1 0 bevent1 bevent1
-
- [bevent1]
- min=0
- font=7:9 event
- brush1=?@iscolor yellow
- brush2=?@iscolor eventbackground
- box=2 banner
- pen=event
- stream= center (@tl ? @showdescription (? @ds (" - " @ds) "" ))
-
- ; -------------------------------------------------------------------------
- [day]
- layer= =(@month@year) (@currentmonth@currentyear) showday ? @showseethrough showday
-
- [showday]
- font2=1:10
- message=(@month3 " " @day)
- text= right top @day
- layer2= { 0 1000 textbottom 1000} dayevents
-
- [dayevents]
- data=setdayview
- event=all nobanner nosticky noundated
- simplestack= null events
-
- [events]
- layer= eventlister "common.ini"
-